home *** CD-ROM | disk | FTP | other *** search
- StartupPreferences = {
- ACTIONS = {
- "deleteSelectedPage:" = "deleteSelectedPage:";
- "tagBookmarkPage:" = "tagBookmarkPage:";
- "tagHomePage:" = "tagHomePage:";
- "takeURLFrom:" = "takeURLFrom:";
- };
- OUTLETS = {startingPagesBrowser = startingPagesBrowser; };
- SUPERCLASS = PreferenceClient;
- };
- PreferenceClient = {
- ACTIONS = {"ok:" = "ok:"; "revert:" = "revert:"; };
- OUTLETS = {controlBox = controlBox; };
- SUPERCLASS = Object;
- };
- URLView = {ACTIONS = {}; OUTLETS = {companion = companion; }; SUPERCLASS = View; };
- WebBrowser = {
- ACTIONS = {
- "abort:" = "abort:";
- "addBookmark:" = "addBookmark:";
- "appDidInit:" = "appDidInit:";
- "gotoBookmarks:" = "gotoBookmarks:";
- "openURLPanel:" = "openURLPanel:";
- "reloadDocument:" = "reloadDocument:";
- "showFindPanel:" = "showFindPanel:";
- "showInfoPanel:" = "showInfoPanel:";
- "takeURLFrom:" = "takeURLFrom:";
- };
- OUTLETS = {
- abortButton = abortButton;
- findTextField = findTextField;
- hierarchy = hierarchy;
- highlightedURLForm = highlightedURLForm;
- highlightedURLView = highlightedURLView;
- history = history;
- infoPanel = infoPanel;
- openURLForm = openURLForm;
- preferencesPanel = preferencesPanel;
- progressView = progressView;
- scrollView = scrollView;
- urlView = urlView;
- window = window;
- };
- SUPERCLASS = Object;
- };
- PreferenceController = {
- ACTIONS = {
- "showColorPreferences:" = "showColorPreferences:";
- "showGeneralPreferences:" = "showGeneralPreferences:";
- "showServerPreferences:" = "showServerPreferences:";
- "showStartPagePreferences:" = "showStartPagePreferences:";
- };
- OUTLETS = {box = box; currentClient = currentClient; };
- SUPERCLASS = Object;
- };
- ProxyPreferences = {
- ACTIONS = {
- "addNoProxy:" = "addNoProxy:";
- "addProxy:" = "addProxy:";
- "removeEntry:" = "removeEntry:";
- "select:" = "select:";
- };
- OUTLETS = {noProxyBox = noProxyBox; proxyBox = proxyBox; };
- SUPERCLASS = PreferenceClient;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
-